home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / ForCLI / for16.readme < prev    next >
Text File  |  1996-09-26  |  1KB  |  37 lines

  1. Short: Use wildcards for nearly every program
  2. Type: util/cli
  3. Uploader: fillg1@uni-paderborn.de
  4.  
  5. 'for' is intendend to give wildcards to programs like MuchMore which do not
  6. support wildcards by themself. Its command template is
  7.  
  8. for FILE,CMD,EXEC/S,ALL/S
  9.  
  10. FILE     is a filename expression, usually with wildcards. default #?
  11. CMD     is a command string like "MuchMore %s" (notice the quotes !). It
  12.     supports some printf-like expressions.
  13.     %f  the complete filename including the path
  14.     %s  the complete filename without path
  15.     %p  the path of the argument file, without a trailing / or : !!!
  16.     %b  the basename of the file, this is the filename upto the first '.'.
  17.     the default is "%f"
  18. EXEC    the execute flag, if not given, for will only display the commands,
  19.     but not execute them.
  20. ALL     the all flag, directories will be entered (MatchFirst/MatchNext feature!)
  21.  
  22.  
  23.  
  24. ============================= Archive contents =============================
  25.  
  26. Original  Packed Ratio    Date     Time    Name
  27. -------- ------- ----- --------- --------  -------------
  28.      724     576 20.4% 10-Oct-92 22:08:34  For
  29.     4923    1888 61.6% 07-Oct-92 08:57:20  For.c
  30.     3943    1727 56.2% 10-Oct-92 22:34:06  For.doc
  31.     1408     743 47.2% 10-Oct-92 22:35:02  ForAll
  32.     2745    1188 56.7% 10-Oct-92 22:34:06  ForAll.c
  33.      643     317 50.6% 10-Oct-92 22:11:44  Makefile
  34.      201      95 52.7% 10-Oct-92 21:39:04  struct.c
  35. -------- ------- ----- --------- --------
  36.    14587    6534 55.2% 04-Jun-93 14:44:28   7 files
  37.